.fl {
    float: left;
}

.fr {
    float: right;
}

.index .container {
    padding: 6em 0;
}

.gray-bg {
    background-color: #f7f7f7;
}

.minheight {
    min-height: calc(100vh - 446px);
    padding-bottom: 20px;
}

div.content-img {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

div.content-img img {
    width: 100%;
    height: 100%;
    color: #fff;
    object-fit: cover;
}

a.twinkleBtn {
    font-size: 14px;
    color: #999;
    padding: 0 20px;
    display: inline-block;
    border: 1px solid #999;
    line-height: 3;
    position: relative;
    margin-top: 36px;
    text-align: center;
    transition: .3s all ease-in-out;
}

a.twinkleBtn:hover {
    background-color: #f2745f;
    border: 1px solid #f2745f;
    color: #fff;
}

.primary-button a {
    padding: 13px 20px;
    letter-spacing: 0.5px;
    background-color: #46bae2;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s all ease-in-out;
}

.primary-button a:hover {
    background-color: #f2745f;
    color: #fff;
}

.border-button a {
    padding: 13px 20px;
    letter-spacing: 0.5px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

/* 头部 ↓*/
.header {
    /* border-bottom: 1px solid #ebebeb; */
    box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 7%);
    z-index: 10;
    /* margin-bottom: 54px; */
    position: fixed;
    margin: auto;
    width: 1200px;
    left: 0;
    right: 0;
    top: 30px;
    background-color: #fff;
    transition: all 0.3s;
}

.header.hover {
    top: 0;
}

.header .logo {
    /* display: inline-block; */
    margin-left: 15px;
}

.header .logo img {
    float: left;
    height: 60px;
    margin-top: 10px;
}

.header .logo span {
    float: left;
    padding: 0 15px;
    color: #666;
}

.header .logo span h1 {
    font-size: 24px;
    line-height: 80px;
}

.header .logo span p {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2em;
}

ul.nav {
    float: right;
}

ul.nav li {
    float: left;
}

/* 导航栏 ↓*/
ul.nav li a {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 30px;
    line-height: 80px;
    margin: 0;
    font-size: 16px;
    color: #999;
}

ul.nav li:hover>a,
ul.nav li.active>a,
ul.nav li:focus>a {
    color: #fff;
    background-color: #f2745f;
}

/* 导航栏 ↑*/

/* 头部 ↑*/

.banner {
    /* width: 100vw; */
    background-position: center;
    background-size: cover;
}

.index.banner {
    /* background-image: url(../images/banner/1.jpg); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: bottom center; */
}

.banner-content {
    text-align: center;
    padding: 200px 0px 120px 0px;
}

.banner-content h6 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.banner-content h2 {
    font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.index.banner .content-img{
    height: 800px;
}
.mini-banner .content-img {
    height: 300px;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
    height: 100%;
    padding: 0;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.counterValue {
    background-color: #f2745f;
    color: #fff;
}

.counterValue .box {
    padding: 2em 0;
    ;
}

.counterValue h5 {
    font-size: 60px;
    margin-bottom: 10px;
}

.heading-section {
    margin-bottom: 60px;
}

.index .heading-section.a:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 50%;
    margin-left: -15px;
    height: 3px;
    width: 30px;
    background: #f2745f;
}

.heading-section.a p {
    font-size: 80px;
    line-height: 1.3em;
    margin-bottom: -50px;
    letter-spacing: 2px;
    color: #f5f5f5;
    text-transform: uppercase;
    user-select: none;
}

.heading-section.a h3 {
    font-size: 40px;
    color: #f2745f;
    font-weight: bolder;
    display: inline-block;
    text-transform: uppercase;
}

.heading-section.a h4 {
    font-size: 14px;
    line-height: 1.3em;
    padding: 5px 0;
    letter-spacing: 2px;
    color: #aaa;
    border-bottom: 1px solid #f3f3f3;
}

.heading-section.b h3 {
    margin-bottom: 10px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
    color: #121212;
}

.heading-section.b p {
    color: #7a7a7a;
    padding: 0px 25%;
}

.heading-section.b.w h3 {
    color: #fff;
}

.heading-section.b.w p {
    color: #aaa;
}

.heading-section.c {
    margin-bottom: 20px;
}

.heading-section.c h3 {
    font-size: 26px;
    display: inline-block;
    text-transform: uppercase;
}

.heading-section.c h4 {
    font-size: 12px;
    line-height: 1.3em;
    text-transform: uppercase;
    padding: 5px 0;
    color: #aaa;
    margin-top: 5px;
}

/* 产品列表 ↓*/
.tabControl.a {
    margin-bottom: 20px;
}

.tabControl.a a {
    display: inline-block;
    font-weight: bolder;
    padding: 0 10px;
    border-left: 1px solid #ddd;
}

.tabControl.a a:nth-child(1) {
    border-left: 0;
}

.tabControl.a a:hover,
.tabControl.a a.active {
    color: #f2745f;
}

.tabControl.b {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.tabControl.b a {
    display: inline-block;
    font-weight: bolder;
    padding: 0px 23px 9px;
    font-size: 18px;
    margin: 0 0.4em;
}

.tabControl.b a:hover,
.tabControl.b a.active {
    color: #f2745f;
    border-bottom: 3px solid;
}

.detailsPage .tabControl a {
    width: 100%;
    padding: 6px;
    border: 0;
}

.detailsPage .tabControl a:before {
    content: none;
}

.detailsPage .tabControl a:hover,
.detailsPage .tabControl a.active {
    background: #f2745f;
    color: #fff;
}

.product-content {
    display: none;
}

.product-content.active {
    display: block;
}

.product .productList {
    margin-bottom: 20px;
}

.product .productList .content-img {
    height: 180px;
    margin-bottom: 10px;
}

.product .productList .content-img img {
    transition: all 0.3s;
}

.product .productList .content-img:hover img {
    transform: scale(1.1);
}

.product .productList.a .content-img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 2;
    color: #fff;
    background: rgba(70, 186, 226, 0.75);
    transition: all 0.3s;
}

.product .productList.a:hover .content-img p {
    bottom: 0;
}

.product .productList.b .content-img .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s;
}

.product .productList.b .content-img:hover .details {
    opacity: 1;
}

.product .productList.b .content-img .details>div {
    width: 100%;
    height: 100%;
    color: #fff;
    border: 5px solid #f2745f;
}

.product .productList.b .content-img .details>div i {
    font-size: 50px;
    opacity: .9;
    margin-top: 60px;
}

.product .productList.b .content-img .details>div p {
    font-size: 16px;
    margin-top: 10px;
}

.product .productList.c {
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.product .productList.c .content-img .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s;
}

.product .productList.c .content-img:hover .details {
    opacity: 1;
}

.product .productList.c h2 {
    font-size: 22px;
    display: block;
    margin: 15px 0 10px;
    color: #f2745f;
}

.product .productList.c p {
    background: #f2745f;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 3px;
}

.productList.d .content-img {
    height: 320px;
}

.productList.d .content-img img {
    height: 100%;
    width: auto;
    filter: grayscale(40%);
}

/* 产品列表 ↑*/
/* 产品详情 ↓*/
.product .title h5 {
    color: #000;
}

.product .title p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2em;
}


/* 产品详情 ↑*/


/* 六大优势 ↓*/
.advantage .content.a i {
    width: 70px;
    height: 70px;
    font-size: 1.5em;
    color: #f2745f;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    padding: 1.1em 0;
    border: 2px solid;
    border-radius: 50%;
    transition: .5s all;
    position: relative;
}

.advantage .content.a i:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
    top: -8px;
    left: -8px;
    padding: 8px;
    z-index: -1;
    opacity: 0;
    box-shadow: 3px 3px #f2745f;
    transform: rotate(-90deg);
    transition: opacity 0.2s, transform 0.2s;
}

.advantage .content.a>div:hover i:after {
    opacity: 1;
    transform: rotate(0deg);
}

.advantage .content.a h5 {
    font-size: 1.5em;
    margin: 0.8em 0 .5em;
}

.advantage .content.a p {
    margin: 0 3em 20px;
    line-height: 1.8em;
}

.advantage .content.b {
    padding: 0;
}

.advantage .content.b>div>div {
    padding: 30px 20px;
    border: 1px solid #ddd;
    transition: .5s all;
    position: relative;
}

.advantage .content.b>div>div:before {
    content: '';
    width: 0%;
    border: 2px solid #f2745f;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s all;
}

.advantage .content.b>div>div:hover:before {
    width: 100%;
}

.advantage .content.b>div>div:hover i {
    background: #f2745f;
    color: #fff;
    font-size: 2em;
}

.advantage .content.b i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 4em;
    color: #f2745f;
    border-radius: 100%;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    position: relative;
    transition: .5s all;
}

.advantage .content.b h5 {
    font-size: 1.5em;
    margin: 0.2em 0 .5em;
}

.advantage .content.b p {
    margin: 0 3em 20px;
    line-height: 1.8em;
}

/* 六大优势 ↑*/


/* 关于我们 ↓*/
.about .content p {
    line-height: 1.9em;
    margin: 0 0 5px;
    font-size: 16px;
    letter-spacing: .5px;
}

/* 关于我们 ↑*/



/* 宣传条 ↓*/
.advert {
    background: url(../images/advert-bg.jpg) no-repeat center fixed;
    background-size: cover;
    color: #fff;
}

.advert p {
    font-size: 24px;
    line-height: 1.6em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.advert a {
    display: inline-block;
    font-size: 18px;
    padding: 15px 70px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px;
    background-color: #fff;
    color: #0091ea;
    float: right;
    transition: .3s all;
}

.advert a:hover {
    padding: 15px 50px 15px 90px;
}

/* 宣传条 ↑*/

/* 新闻资讯 */
.news .newsList.a {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f0f3f6;
    transition: all 0.3s;
}

.news .newsList.a a {
    width: 100%;
    display: inline-block;
}

.news .newsList.a .time {
    width: 90px;
    height: 90px;
    background-color: #fff;
    text-align: center;
    margin-right: 15px;
    padding: 15px;
    display: inline-block;
    float: left;
}

.news .newsList.a .time h6 {
    font-size: 36px;
    margin: 0;
    padding: 0;
}

.news .newsList.a .time p {
    font-size: 12px;
    color: #666;
    border-top: 1px solid;
    margin: 5px 0 0;
    padding: 5px 0 0;
}

.news .newsList.a .content {
    width: calc(100% - 110px);
    float: right;
}

.news .newsList.a .content h5 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.3em;
    height: 26px;
    overflow: hidden;
    margin: 0 0 12px;
    padding: 0;
}

.news .newsList.a .content p {
    color: #666;
    line-height: 1.5em;
    height: 42px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.news .newsList.a:hover {
    background-color: #f2745f;
}

.news .newsList.a:hover .content,
.news .newsList.a:hover .content p {
    color: #fff;
}

.news .newsList.b {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f0f3f6;
    transition: all 0.3s;
}

.news .newsList.b:hover {
    box-shadow: 2px 2px 5px #d3d3d3;
}

.news .newsList.b h5 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.3em;
    height: 26px;
    overflow: hidden;
    margin: 0 0 12px;
    padding: 0;
}

.news .newsList.b p {
    color: #666;
    line-height: 1.5em;
    height: 42px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.news .newsList.c {
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    background-color: #f0f3f6;
    transition: all 0.3s;
}

.news .newsList.c h5 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.3em;
    height: 26px;
    overflow: hidden;
    margin: 0 0 12px;
    padding: 0;
}

.news .newsList.c p {
    font-size: 14px;
    color: #666;
    line-height: 1.5em;
    height: 105px;
    overflow: hidden;
    margin: 0;
    padding: 0 0 10px;
}

.news .newsList.c .time {
    padding-top: 10px;
    border-top: 1px solid rgb(182, 182, 182);
}

.news .newsList.c .time span {
    float: right;
    color: #f2745f;
}

.news .newsList.d {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f0f3f6;
}

.news .newsList.d .content-img {
    height: 200px;
}

.news .newsList.d .content-img img {
    transition: all 0.3s;
}

.news .newsList.d .content-img:hover img {
    transform: scale(1.1);
}

.news .newsList.d h5 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.3em;
    height: 26px;
    overflow: hidden;
    margin: 10px 0 5px;
    padding: 0;
}

.news .newsList.d p {
    color: #666;
    line-height: 1.5em;
    height: 86px;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
}

.news .newsList.d .lock a {
    display: inline-block;
    padding: 5px 10px;
    background: transparent;
    color: #f2745f;
    border: 2px solid #f2745f;
    transition: all 0.3s;
}

.news .newsList.d .lock a:hover {
    background: #f2745f;
    color: #fff;
}

.news .newsList.e {
    margin-bottom: 20px;
}

.news .newsList.e .content-img {
    height: 200px;
}

.news .newsList.e .content-img img {
    transition: all 0.3s;
}

.news .newsList.e .content-img:hover img {
    transform: scale(1.1);
}

.news .newsList.e h5 {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    transition: all 0.3s;
}

/* 新闻资讯 */

.contact h5 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact p {
    font-size: 14px;
    line-height: 2em;
}

.contact p i {
    width: 14px;
    line-height: 2em;
    text-align: center;
    margin-right: 3px;
}

/* 在线留言 ↓*/
.message.a>div {
    border-bottom: 1px solid #a5a5a5;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.message.a>div p {
    line-height: 38px;
    font-size: 14px;
    float: left;
}

.message.a>div input {
    background: transparent;
    outline-style: none;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
}

.message.a>div textarea {
    height: 60px;
    background: transparent;
    outline-style: none;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
    resize: none;
}

.message.a>div #imgCode {
    position: absolute;
    right: 20px;
    top: 3px;
}

.message.a>div.btn {
    border: none;
    padding: 0;
}

.message.a>div a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    border: 1px solid #f2745f;
    background: transparent;
    transition: all 0.2s;
}

.message.a>div a:hover {
    color: #fff;
    background-color: #f2745f;
}

.message.b>div {
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 7px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.message.b>div p {
    line-height: 38px;
    font-size: 14px;
    float: left;
}

.message.b>div input {
    background: transparent;
    outline-style: none;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
}

.message.b>div textarea {
    height: 60px;
    background: transparent;
    outline-style: none;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
    resize: none;
}

.message.b>div #imgCode {
    position: absolute;
    right: 20px;
    top: 3px;
}

.message.b>div.btn {
    display: contents;
    border: none;
    padding: 0;
    text-align: left;
}

.message.b>div a {
    display: inline-block;
    padding: 0.6em 2em;
    font-size: 14px;
    color: #fff;
    background-color: #f2745f;
    border: 1px solid #f2745f;
    border-radius: 7px;
    transition: all 0.2s;
}

.message.b>div a:hover {
    color: #fff;
    background-color: #f2745f;
}

/* 在线留言 ↑*/

.location {
    background: #f2745f;
    padding: 0;
}

.location .box {
    padding: 0;
}

.location .single-address {
    padding: 30px 0;
    border-radius: 5px;
}

.location .single-address i {
    font-size: 70px;
    color: #fff;
}

.location .single-address.active i {
    background: transparent;
    color: #fff;
}

.location .single-address h4 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 18px;
}

.location .single-address p {
    color: #fff;
    font-weight: 400;
    line-height: 1.4em;
}

.footerTop {
    background-color: #333;
    padding: 65px 0;
}

.footer-widget {
    background-color: transparent !important;
    padding: 0;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.6);
}

.about_us_widget .footer-logo {
    margin-bottom: 30px;
    display: block;
    padding-top: 10px;
}

.widget-erweima {
    display: block;
    padding-top: 40px;
}

.widget-erweima img {
    width: 120px;
}


.about_us_widget p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.widget-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 20px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget ul li {
    margin: 15px 0;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
}

.footer-widget ul li:first-child {
    margin-top: 0;
}

.footer-widget ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #46bae2;
    line-height: 19px;
}

.footer-widget ul li a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    transition: all 0.3s ease-in;
}

.footer-widget ul li a:hover {
    color: #46bae2;
}

.footer-widget li.single-info-item {
    position: relative;
    margin-bottom: 20px;
}

.footer-widget li.single-info-item:first-child {
    margin-top: 0px;
}

.footer-widget li.single-info-item .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #2385f9;
}

.footer-widget li.single-info-item .details {
    padding-left: 30px;
}

.footer {
    padding: 15px 0;
    background-color: #333;
    color: rgba(255, 255, 255, 0.4);
}

.footer br {
    display: none;
}

.footMenu {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #474747;
    border-top: 1px solid #eee;
    background-color: #f2745f;
    z-index: 999;
}

.footMenu>div {
    border-right: 1px solid #eee;
    padding-top: 5px;
}

.footMenu>div:nth-last-child(1) {
    border-right: 0;
}

.footMenu i {
    color: #fff;
    font-size: 30px;
}

.footMenu p {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}

#toolbar {
    width: 70px;
    position: fixed;
    top: 40%;
    right: 2px;
    z-index: 29;
    border-right: 1px solid #f2745f;
    padding: 11px 0 5px;
}

#toolbar>ul {
    position: relative;
    margin-bottom: 0;
}

#toolbar>ul>li {
    margin-bottom: 6px;
    position: relative;
    right: -1px;
    width: 100%;
    display: inline-block;
}

#toolbar>ul>li>div {
    width: 70px;
    height: 70px;
    float: right;
    transition: all 0.6s ease;
    background-color: rgba(0, 0, 0, .4);
    border: 1px solid #f2745f;
    position: relative;
    overflow: hidden;
}

#toolbar>ul>li>div i {
    width: 100%;
    font-size: 26px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}

#toolbar>ul>li>div i span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

#toolbar>ul>li>div p {
    width: 140px;
    height: 100%;
    margin: 0;
    padding: 10px 0;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: none;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

#toolbar>ul>li>div div.toolbarBg {
    width: 0%;
    height: 100%;
    background: rgba(242, 116, 95, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.8s ease;
}

#toolbar>ul>li>div img {
    width: 200px;
    position: absolute;
    right: 70px;
    bottom: 0;
    transition: all 0s;
    opacity: 0;
    border: 1px solid #f2745f;
    user-select: none;
}

#toolbar>ul>li.active:hover>div {
    width: 150px;
    overflow: initial;
}

#toolbar>ul>li.active.w200:hover>div,
#toolbar>ul>li.w200>div p {
    width: 200px;
}

#toolbar>ul>li.active:hover>div i {
    display: none;
}

#toolbar>ul>li.active:hover>div p {
    display: block;
}

#toolbar>ul>li.active:hover>div img {
    right: 149px;
    transition: all 0.6s;
    opacity: 1;
}

#toolbar>ul>li.active:hover>div div.toolbarBg {
    width: 100%;
}

.BNtop {
    padding: 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

.BNtop h4 {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0;
    padding-left: 10px;
}

.classification {
    font-size: 20px;
    font-weight: bold;
    padding: 1em 0 0.5em;
    color: #f2745f;
    border-bottom: 1px solid #f2745f;
    margin-bottom: 10px;
}

.detailsText {
    font-size: 16px;
    letter-spacing: 2px;
}

.detailsText p {
    line-height: 2em;
}

.detailsText img {
    max-width: 100%;
}


#MsgUp {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    transition: all 0.3s;
}

#MsgUp.on {
    display: block;
}

#MsgUp .shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

#MsgUp .box {
    background-color: white;
    width: 478px;
    height: 220px;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -110px;
    overflow: hidden;
}

#MsgUp .box>div {
    height: 0;
    float: left;
    width: 100%;
    transition: all 0.3s;
    opacity: 0;
}

#MsgUp .box>.on {
    opacity: 1;
}

#MsgUp .box h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

#MsgUp .box .svg {
    margin: 20px auto;
    width: 80px;
    height: 80px;
    border-radius: 4px;
}

#MsgUp .box .loding .svg {
    animation: fa-spin 2s infinite linear;
    background: url(../images/loding.svg) no-repeat center;
    background-size: cover;
}

#MsgUp .box .check .svg {
    background: url(../images/check.svg) no-repeat center;
    background-size: cover;
}

#MsgUp .box .fail .svg {
    background: url(../images/fail.svg) no-repeat center;
    background-size: cover;
}

.index.indexE {
    background-color: #46bae2;
}

.index.indexE h2 {
    font-size: 44px;
    font-weight: 300;
    color: #fff;
}

.index.indexE .border-button {
    margin-top: 45px;
}

.index.indexA {
    padding: 0px;
    background-image: url(../images/services-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.index.indexA .service-item {
    text-align: center;
    margin: 0px;
    padding: 120px 45px;
    height: 450px;
}

.index.indexA .service-item .icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    line-height: 74px;
    background-color: transparent;
}

.index.indexA .service-item .icon img {
    width: 100%;
}

.index.indexA .service-item h4 {
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.index.indexA .service-item p {
    margin-bottom: 0px;
    color: #fff;
}

.index.indexA .first-service {
    background-color: rgba(242, 116, 95, 0.75);
}

.index.indexA .second-service {
    background-color: rgba(54, 62, 80, 0.75);
}

.index.indexA .third-service {
    background-color: rgba(70, 186, 226, 0.75);
}

.index.indexB .left-text h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}

.index.indexB .left-text p {
    color: #7a7a7a;
}

.index.indexB .left-text .primary-button {
    margin-top: 35px;
    margin-bottom: 50px;
}

.index.indexB .right-image img {
    width: 100%;
    overflow: hidden;
}

.index.indexC {
    background-color: #363e50;
}

.indexD .tabgroup {
    margin-bottom: 20px;
}

.indexD .tabgroup img {
    width: 100%;
    overflow: hidden;
    height: 220px;
}

.indexD .tabgroup .text-content {
    background-color: #fff;
    color: #fff;
    padding: 25px;
    text-align: left;
    /* margin-top: -10px; */
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    position: relative;
    box-shadow: 0px 0px 10px #cdcdcd;
}

.indexD .tabgroup .text-content h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #121212;
    margin-top: 0px;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.indexD .tabgroup:hover .text-content h4 {
    color: #f2745f;
}

.indexD .tabgroup .info-post li {
    display: inline;
    margin-right: 15px;
    color: #343434;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
}

.indexD .tabgroup .info-post li i {
    color: #46bae2;
    margin-right: 5px;
    transition: all 0.3s;
}

.indexD .tabgroup:hover .info-post li i {
    color: #f2745f;
}

.indexD .tabgroup .text-content p {
    margin-top: 17px;
    color: #7a7a7a;
    height: 100px;
    overflow: hidden;
}

.indexD .tabgroup .text-content .primary-button {
    margin-bottom: 15px;
    margin-top: 30px;
}